Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ramp): add Optimism and Linea #814

Merged
merged 1 commit into from
Aug 20, 2024
Merged

feat(ramp): add Optimism and Linea #814

merged 1 commit into from
Aug 20, 2024

Conversation

katspaugh
Copy link
Member

@katspaugh katspaugh commented Aug 19, 2024

What it solves

Resolves #811

How this PR fixes it

Add support for Optimism and Linea.

Screenshot 2024-08-19 at 16 15 38

How to test it

Open the app on those two chains.

@katspaugh katspaugh requested a review from jmealy August 19, 2024 14:05
@@ -18,10 +16,7 @@ export const ASSETS_BY_CHAIN: { [key: string]: string } = {
'1101': 'POLYGONZKEVM_*',
'42161': 'ARBITRUM_*',
'42220': 'CELO_*',
}

export const getRampWidgetUrl = (chainInfo: ChainInfo) => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function wasn't used.

@francovenica
Copy link

The app can be used in Linea and OP

Tested in dev with prod CGW to see the networks. Wasn't able to add the app as a custom app, so I used any app and then change the URL of the app in the URL bar

Somesnapshots for documentation
image
image

@katspaugh katspaugh merged commit 3e63b26 into development Aug 20, 2024
7 of 8 checks passed
@katspaugh katspaugh deleted the ramp branch August 20, 2024 05:28
@github-actions github-actions bot locked and limited conversation to collaborators Aug 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expand network support for Ramp Safe app
3 participants